home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWCollec / FWCollec.h next >
Encoding:
Text File  |  1996-09-17  |  792 b   |  50 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWCollec.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWCOLLEC_H
  11. #define FWCOLLEC_H
  12.  
  13. #if FW_PRECOMPILE_PRIVATE_HEADERS
  14.  
  15. #ifndef PRLIST_H
  16. #include "PRList.h"
  17. #endif
  18.  
  19. #ifndef PRORDCOL_H
  20. #include "PROrdCol.h"
  21. #endif
  22.  
  23. #ifndef PRVALLNK_H
  24. #include "PRValLnk.h"
  25. #endif
  26.  
  27. #endif
  28.  
  29. #ifndef SLCOLLEC_H
  30. #include "SLCollec.h"
  31. #endif
  32.  
  33. #ifndef SLSRTARR_H
  34. #include "SLSrtArr.h"
  35. #endif
  36.  
  37. #ifndef FWORDCOL_H
  38. #include "FWOrdCol.h"
  39. #endif
  40.  
  41. #ifndef FWTCOLL_H
  42. #include "FWTColl.h"
  43. #endif
  44.  
  45. #ifndef FWTMAP_H
  46. #include "FWTMap.h"
  47. #endif
  48.  
  49. #endif
  50.